home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- CAMRadioControl.h
-
- Interface for CAMRadioControl.c
-
- Copyright © 1991 Bowers Development Corporation. All rights reserved.
-
- ******************************************************************************/
-
- #pragma once
-
- #include <CRadioControl.h>
-
- /*--------*/
- class CAMRadioControl : public CRadioControl {
- public:
- void IViewTemp (CView *anEnclosure,
- CBureaucrat *aSupervisor,
- Ptr viewData); // is override
-
- }; /* CAMRadioControl */
-